Fix the dtd.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 4 May 2004 18:24:31 +0000 (18:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 4 May 2004 18:24:31 +0000 (18:24 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkuimanager.sgml

index ec6072ba96127529552a4c9c4b4fabacf72e2c19..6cce6de7d1952a0a8d9992b43f01695370cae6fa 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkuimanager.sgml: Fixes to the DTD.
+
 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.4.1 ===
index e9700b176d004809a848c6dd70f3b405b4683f8c..ad93c51b2014bc542597038f0406bae5d90219c7 100644 (file)
@@ -25,11 +25,16 @@ roughly described by the following DTD.
 &lt;!ELEMENT toolitem     EMPTY &gt;
 &lt;!ELEMENT separator    EMPTY &gt;
 &lt;!ELEMENT accelerator  EMPTY &gt;
-&lt;!ATTLIST menubar      name               &num;IMPLIED &gt;
-&lt;!ATTLIST toolbar      name               &num;IMPLIED &gt;
-&lt;!ATTLIST popup        name               &num;IMPLIED &gt;
-&lt;!ATTLIST placeholder  name               &num;IMPLIED &gt;
-&lt;!ATTLIST separator    name               &num;IMPLIED &gt;
+&lt;!ATTLIST menubar      name               &num;IMPLIED 
+                       action             &num;IMPLIED &gt;
+&lt;!ATTLIST toolbar      name               &num;IMPLIED 
+                       action             &num;IMPLIED &gt;
+&lt;!ATTLIST popup        name               &num;IMPLIED 
+                       action             &num;IMPLIED &gt;
+&lt;!ATTLIST placeholder  name               &num;IMPLIED
+                       action             &num;IMPLIED &gt;
+&lt;!ATTLIST separator    name               &num;IMPLIED
+                       action             &num;IMPLIED &gt;
 &lt;!ATTLIST menu         name               &num;IMPLIED
                        action             &num;REQUIRED
                        position (top|bot) &num;IMPLIED &gt;